Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/080-health dashboard

style.css cody/solygambas/html-css-javascript-projects/080-health dashboard/style.css
138 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&display=swap");

:root {
--main-color: #42515c;
--text-color: #ecebf4;
--dark-text-color: #293842;
}

index.html cody/solygambas/html-css-javascript-projects/080-health dashboard/index.html
306 Views
0 Comments
<!-- Based on CSS Grid Layout With Image Span by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=-qOe8lBAChE -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />